home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / sushi_oi.swf / scripts / DefineButton2_68 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2008-11-12  |  95 b   |  7 lines

  1. on(release){
  2.    if(hitTest(_root.table))
  3.    {
  4.       _root.machine.gotoAndPlay(2);
  5.    }
  6. }
  7.